home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1997 March
/
macformat-048.iso
/
Demos
/
Jungle Activated!
/
JungleActivated Demo
/
jung DEMO d
/
00085_Studio swivel.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-10-15
|
246 b
|
12 lines
on exitFrame
global gStudioCounter
go(the frame)
puppetSprite(1, 1)
set the castNum of sprite 1 to gStudioCounter
set gStudioCounter to gStudioCounter + 1
updateStage()
if gStudioCounter = 32 then
go(the frame + 1)
end if
end